PreviousNextTracker indexSee it online !

(275/308) 1846 - SmartOpen broken in jEdit 5.3

When installing SmartOpen 2.1 in jEdit 5.3 I get an error message:

*"java.lang.NoSuchMethodError: org.apache.lucene.store.FSDirectory.open(Ljava/io/File;)Lorg/apache/lucene/store/FSDirectory;"
*

In jEdit 5.1 there's no such error.

jEdit 5.3 (clean install, start w/o settings dir, no plugins before SmartOpen install)
Oracle Java 1.8.0_73
Windows 8.1

Submitted rschwenn - 2016-02-14 18:38:53.849000 Assigned kpouer
Priority 5 Labels
Status open Group
Resolution None

Comments

2016-02-15 16:23:32.272000
grepppo

This looks like fallout from the Lucene Plugin upgrade, I'll have a look.

2016-02-15 16:24:04.452000
grepppo

- **assigned_to**: Tim Blackler
- **Group**: -->

2016-02-16 10:38:44.395000
kpouer

Hi, I partially fixed the bug, in fact LucenePlugin was upgraded from lucene 4 to 5.
There are still some problems with frequency search:
In Lucene 5 we cannot sort a field the same way. I replaced the frequency field by a NumericDocValuesField which is the good way to do it, but there are still some problems to update it's value later.
If you want to take a look you are welcome

2016-02-16 17:55:10.142000
grepppo

Hi Matthieu, no thats fine. I was only going to do the upgrade to Lucene 5.2 anyway.

I'll re-assign the ticket back to you

2016-02-16 17:56:00.810000
grepppo

- **assigned_to**: Tim Blackler --> Matthieu Casanova